vcObject

A base class for all objects. A vcObject becomes invalid when the object it represents is deleted. Accessing properties or methods of such vcObject will raise a ValueError telling that it has been invalidated. It is possible to use "IsValid" property to check the state, without raising an exception.

See in: Overview

Module: vcProcessModel

Parent: -

Children: vcAssemblyPattern, vcAssemblyPatternManager, vcAssemblyPatternSlot, vcAssemblyStep, vcCombinationFilterOperation, vcFlowStepProcessConfiguration, ... (see more)
vcAssemblyPattern
vcAssemblyPatternManager
vcAssemblyPatternSlot
vcAssemblyStep
vcCombinationFilterOperation
vcFlowStepProcessConfiguration
vcProcessFlowGroup
vcProcessFlowGroupManager
vcProcessFlowState
vcProcessFlowStep
vcProcessFlowTable
vcProcessGroup
vcProcessManager
vcProcessSequence
vcProduct
vcProductCreatorBatchMode
vcProductCreatorDistributionMode
vcProductCreatorFeedBatch
vcProductCreatorSingleMode
vcProductCreatorTableMode
vcProductFeed
vcProductFilter
vcProductMatcher
vcProductNeed
vcProductNeedFeedMatch
vcProductType
vcProductTypeAssemblyPatternItem
vcProductTypeManager
vcSequenceProcessConfiguration
vcTransportLink
vcTransportSolution
vcTransportSystem
vcTransportTarget

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
IsValidBooleanRGets a value that defines if the object contained in this wrapper is still valid.